Fix typo in host record.
authorEwan Mellor <ewan@xensource.com>
Sun, 25 Feb 2007 21:53:39 +0000 (21:53 +0000)
committerEwan Mellor <ewan@xensource.com>
Sun, 25 Feb 2007 21:53:39 +0000 (21:53 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendAPI.py

index 5beb037a5bd5dec808366f6287b3cf9c405440d6..f5281127382c71c90a683ba63e17fc61c7504568 100644 (file)
@@ -725,7 +725,7 @@ class XendAPI(object):
                   'API_version_major': XEN_API_VERSION_MAJOR,
                   'API_version_minor': XEN_API_VERSION_MINOR,
                   'API_version_vendor': XEN_API_VERSION_VENDOR,
-                  'API_version_vendor_implemention':
+                  'API_version_vendor_implementation':
                   XEN_API_VERSION_VENDOR_IMPLEMENTATION,
                   'software_version': node.xen_version(),
                   'other_config': node.other_config,